Filter hook 'extra_{$context}_headers'

in WP Core File wp-includes/functions.php at line 6883

Description

Filters extra file headers by context. The dynamic portion of the hook name, `$context`, refers to the context where extra headers might be loaded.

Occurrences

Filename Line Number
wp-includes/functions.php 6883

Parameters

Type Name Description
array $extra_context_headers Empty array by default.

PHP Doc

/**
	 * Filters extra file headers by context.
	 *
	 * The dynamic portion of the hook name, `$context`, refers to
	 * the context where extra headers might be loaded.
	 *
	 * @since 2.9.0
	 *
	 * @param array $extra_context_headers Empty array by default.
	 */